ModifyIpv6GatewayAttribute
Description
call ModifyIpv6GatewayAttribute to modify IPv6 gateway information.
Request Method
POST
Request Path
/apsara/route/Vpc/ModifyIpv6GatewayAttribute
Request Parameters Common Parameters
| Name | Location | Type | Required | Sample value | Description |
|---|---|---|---|---|---|
| Description | BODY | string | No | ipv6description | description information of IPv6 gateway. |
| regionId | BODY | string | Yes | No sample value for this parameter. | region id |
| Ipv6GatewayId | BODY | string | Yes | ipv6gw-hp39kh1ya51yzp2lu**** | the id of the IPv6 gateway to be modified. |
| RegionId | BODY | string | Yes | cn-huhehaote | the region ID of the IPv6 gateway. You can obtain the region ID by calling the DescribeRegions interface. |
| version | BODY | string | No | 2016-01-01 | version of api |
| Name | BODY | string | No | ipv6name | the name of the IPv6 gateway. |
Return data
| Name | Type | Sample value | Description |
|---|---|---|---|
| RequestId | string | 9DFEDBEE-E5AB-49E8-A2DC-CC114C67AF75 | request ID. |
Example
Successful Response example
{
"RequestId":"9DFEDBEE-E5AB-49E8-A2DC-CC114C67AF75"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}